home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Brief History of Time - An Interactive Adventure
/
A Brief History of Time: An Interactive Adventure.iso
/
pc
/
06.dir
/
00369_Script_369
< prev
next >
Wrap
Text File
|
1995-07-27
|
619b
|
21 lines
on mouseDown
global gDestNumber
set lCastName = the name of cast (the castnum of sprite the clickOn)
if lCastName contains gDestNumber then exit
puppetSprite 32, False
puppetSprite 28, False
set the movieTime of sprite 2 = 0
set the movieRate of sprite 2 = 0
set lCastNum = the castnum of sprite 2
set the castnum of sprite 2 = the number of cast "BlankS.MOV"
updatestage
puppetSprite 2, False
closePanel
set gDestNumber = string(the clickon - 6)
puppetSprite 15, False
TurnOffRollovers
TurnOffMovies
set lFrame = "Dest" && string (the clickOn - 6)
go lFrame
end